home *** CD-ROM | disk | FTP | other *** search
- object DestDDForm: TDestDDForm
- Left = 113
- Top = 136
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Select Destination Drive and Directory'
- ClientHeight = 273
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 86
- Width = 427
- Height = 187
- BevelInner = bvLowered
- BevelWidth = 3
- BorderWidth = 10
- TabOrder = 0
- object DirectoryListBox1: TDirectoryListBox
- Left = 16
- Top = 16
- Width = 395
- Height = 155
- Align = alClient
- ItemHeight = 16
- TabOrder = 0
- OnChange = DirectoryListBox1Change
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 185
- Height = 56
- BevelInner = bvLowered
- BevelWidth = 3
- BorderWidth = 10
- TabOrder = 1
- object DriveComboBox1: TDriveComboBox
- Left = 16
- Top = 16
- Width = 153
- Height = 22
- TabOrder = 0
- end
- end
- object BitBtn1: TBitBtn
- Left = 184
- Top = 0
- Width = 121
- Height = 55
- TabOrder = 2
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 304
- Top = 0
- Width = 123
- Height = 55
- TabOrder = 3
- Kind = bkCancel
- end
- object Panel3: TPanel
- Left = 0
- Top = 56
- Width = 429
- Height = 30
- BevelInner = bvLowered
- BevelWidth = 3
- TabOrder = 4
- object Label1: TLabel
- Left = 6
- Top = 6
- Width = 417
- Height = 18
- Align = alClient
- Alignment = taCenter
- end
- end
- end
-